home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3377 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  792 b 

  1. Path: news.production.compuserve.com!news
  2. From: Michael Grahl <100272.1323@CompuServe.COM>
  3. Newsgroups: comp.lang.c
  4. Subject: MSVC: Linker-warning-error in OVL
  5. Date: 28 Jan 1996 14:26:07 GMT
  6. Organization: Grahl
  7. Message-ID: <4eg11v$obq$1@mhafn.production.compuserve.com>
  8.  
  9. Hello,
  10.  
  11. I'm having some trouble with MSVC1.5. After converting a project 
  12. from MS-DOS-EXE to an MS-DOS-Overlaid-EXE I get a lot of 
  13. linker-warnings like:
  14.  
  15.   "MYSRC.OBJ(c:\dir\mysrc.c): warning L40549: far reference to 
  16.    overlaid segment MYSRC_TEXT changed to OVERLAY_THUNKS"
  17.  
  18. The number of this warnings exceeds more then 200 ! I checked 
  19. most of them and I think I can ignore them. But it's hard to find 
  20. any "real" warning-error in this huge list. Can someone explain 
  21. me a way to avoid this warning errors ? 
  22.  
  23. Michael
  24.